home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TLEGALFORM / TLEGALFORM.txt
Encoding:
Text File  |  2003-05-08  |  858 b   |  49 lines

  1. object LegalForm: TLegalForm
  2.   Left = 478
  3.   Top = 663
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 315
  7.   ClientWidth = 485
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo: TMemo
  16.     Left = 10
  17.     Top = 8
  18.     Width = 465
  19.     Height = 233
  20.     Color = clBtnFace
  21.     ReadOnly = True
  22.     ScrollBars = ssVertical
  23.     TabOrder = 0
  24.   end
  25.   object OkButton: TButton
  26.     Left = 17
  27.     Top = 280
  28.     Width = 170
  29.     Height = 25
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.   end
  33.   object CancelButton: TButton
  34.     Left = 297
  35.     Top = 280
  36.     Width = 170
  37.     Height = 25
  38.     ModalResult = 2
  39.     TabOrder = 2
  40.   end
  41.   object AgainBox: TCheckBox
  42.     Left = 24
  43.     Top = 248
  44.     Width = 449
  45.     Height = 17
  46.     TabOrder = 3
  47.   end
  48. end
  49.